home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / contrib / sem-page.sty < prev    next >
Encoding:
Text File  |  1995-03-15  |  2.0 KB  |  86 lines

  1. %% BEGIN sem-page.sty
  2. \def\fileversion{1.0}
  3. \def\filedate{93/04/01}
  4. %%
  5. %% Contains the page parameters for the `seminar' LaTeX document style.
  6. %%
  7. %% COPYRIGHT 1993, by Timothy Van Zandt, tvz@Princeton.EDU
  8. %% See seminar.sty or seminar.doc for copying restrictions.
  9. %%
  10. \def\slideleftmargin{.6in}
  11. \def\sliderightmargin{.6in}
  12. \def\slidetopmargin{.6in}
  13. \def\slidebottommargin{.6in}
  14. \ifarticle
  15.   \ifportrait
  16.     \twocolumn
  17.     \sloppy
  18.     \topmargin 0pt
  19.     \headheight 15pt
  20.     \headsep 25pt
  21.     \footskip 30pt
  22.     \footheight 15pt
  23.     \textheight\paperwidth\relax
  24.     \advance\textheight -1in
  25.     \advance\textheight -\headsep
  26.     \advance\textheight -\headheight
  27.     \advance\textheight -\footskip
  28.     \advance\textheight -\footheight
  29.     \advance\textheight -.5in
  30.     \textwidth\paperheight\relax
  31.     \advance\textwidth by -2in
  32.     \oddsidemargin 0pt
  33.     \evensidemargin 0pt
  34.     \leftmargini 2em
  35.     \leftmarginv .5em
  36.     \leftmarginvi .5em
  37.     \columnsep  40pt
  38.     \marginparwidth 0pt
  39.     \marginparsep 0pt
  40.   \else
  41.     \textwidth 5.5in
  42.     \oddsidemargin\paperwidth\relax
  43.     \advance\oddsidemargin -\textwidth
  44.     \divide\oddsidemargin 2
  45.     \advance\oddsidemargin -1in
  46.     \evensidemargin\oddsidemargin
  47.     \if@twoside
  48.       \advance\oddsidemargin -18pt
  49.       \advance\evensidemargin 18pt
  50.     \fi
  51.     \topmargin -20pt
  52.     \headheight 15pt
  53.     \headsep 25pt
  54.     \footskip 33pt
  55.     \footheight 15pt
  56.     \textheight\paperheight\relax
  57.     \advance\textheight -1in
  58.     \advance\textheight -\topmargin
  59.     \advance\textheight -\headsep
  60.     \advance\textheight -\headheight
  61.     \advance\textheight -\footskip
  62.     \advance\textheight -.5in
  63.   \fi
  64. \else
  65.   \oddsidemargin 0pt
  66.   \evensidemargin 0pt
  67.   \marginparwidth 0pt
  68.   \marginparsep 0pt
  69.   \ifportrait
  70.     \textwidth\paperwidth\relax
  71.     \textheight\paperheight\relax
  72.   \else
  73.     \textwidth\paperheight\relax
  74.     \textheight\paperwidth\relax
  75.   \fi
  76.   \advance\textwidth by -2in
  77.   \topmargin -1in
  78.   \headheight .5in
  79.   \headsep .5in
  80.   \advance\textheight by -2in
  81.   \footskip .75in
  82.   \footheight .25in
  83. \fi
  84. \endinput
  85. %% END sem-page.sty
  86.